Tests if an object variable is an OLE object. The function returns True if the variable is an OLE object, otherwise it returns False.
オブジェクト変数が OLE オブジェクトであるかを判定します。 オブジェクト変数が OLE オブジェクトであるかを判定します。この関数は、与えられた変数が OLE オブジェクトである場合に True を返し、そうでない場合は False を返します。
IsObject (ObjectVar)
IsObject (ObjectVar)
Bool
ブール型
ObjectVar: Any variable that you want to test. If the Object variable contains an OLE object, the function returns True.
ObjectVar: 判定する変数。オブジェクト変数に OLE オブジェクトが含まれていれば、関数の戻り値は True となります。